home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F29325_PaperSpaceWizard.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.6 KB  |  57 lines

  1. #if !defined(AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_)
  2. #define AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_
  3.  
  4. #include "Begin.h"    // Added by ClassView
  5. #include "PaperOrientation.h"    // Added by ClassView
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // PaperSpaceWizard.h : header file
  10. //
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPaperSpaceWizard
  14.  
  15. class CPaperSpaceWizard : public CPropertySheet
  16. {
  17.     DECLARE_DYNAMIC(CPaperSpaceWizard)
  18.  
  19. // Construction
  20. public:
  21.     CPaperSpaceWizard(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  22.     CPaperSpaceWizard(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  23.  
  24. // Attributes
  25. public:
  26.  
  27. // Operations
  28. public:
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CPaperSpaceWizard)
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. public:
  37.     CPaperOrientation m_PaperOrientation;
  38.     CBegin m_Begin;
  39.     PAPERSPACEINFO *m_PSInfo;
  40.     PaperSpaces *m_pPss;
  41.     virtual ~CPaperSpaceWizard();
  42.  
  43.     // Generated message map functions
  44. protected:
  45.     //{{AFX_MSG(CPaperSpaceWizard)
  46.         // NOTE - the ClassWizard will add and remove member functions here.
  47.     //}}AFX_MSG
  48.     DECLARE_MESSAGE_MAP()
  49. };
  50.  
  51. /////////////////////////////////////////////////////////////////////////////
  52.  
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55.  
  56. #endif // !defined(AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_)
  57.